inherited OpTouchDialog: TOpTouchDialog HelpType = htKeyword HelpKeyword = 'Touch' Caption = 'Touch' ClientHeight = 567 PixelsPerInch = 96 TextHeight = 13 inherited SelectionGroupBox: TUiGroupBox inherited LeftImage: TUiImage ImageIndex = imgTouch end inherited RightImage: TUiImage ImageIndex = imgTouch end object LeftTouchImage: TUiImage [12] Left = 169 Top = 72 Width = 13 Height = 13 AutoSize = True Picture.Data = {} Transparent = True end object RightTouchImage: TUiImage [13] Left = 169 Top = 72 Width = 13 Height = 13 AutoSize = True Picture.Data = {} Transparent = True end end inherited ActionGroupBox: TUiGroupBox Height = 273 object RecursiveEdit: TUiCheckBox Left = 16 Top = 20 Height = 17 Caption = 'Including folder contents' TabOrder = 0 OnClick = RecursiveChange end object UseOtherSideEdit: TUiRadioButton Left = 16 Top = 44 Height = 17 Caption = '&Copy timestamps from other side' TabOrder = 1 OnClick = UseOtherSideChange end object UseDateTimeEdit: TUiRadioButton Left = 16 Top = 67 Height = 17 Caption = 'Set timestamps to -->' TabOrder = 2 OnClick = UseOtherSideChange end object DefaultTypeEdit: TUiRadioGroup Left = 16 Top = 200 Width = 169 Height = 57 Caption = 'Default' Items.WideStrings = ( 'Current system time' 'Last touch') TabOrder = 3 OnClick = DefaultTypeClick end object DateTimePanel: TUiPanel Left = 197 Top = 67 Width = 169 Height = 193 BevelOuter = bvLowered TabOrder = 4 object MonthEdit: TUiComboBox Left = 8 Top = 7 Width = 97 Height = 21 Style = csDropDownList DropDownCount = 12 ItemHeight = 13 TabOrder = 0 OnChange = MonthChange end object YearEdit: TUiSpinEdit Left = 111 Top = 7 Width = 50 Height = 21 Max = 2999 Min = 1896 Position = 1896 TabOrder = 1 OnChange = YearChange end object Calendar: TUiCalendar Left = 17 Top = 34 Width = 134 Height = 121 TabOrder = 2 OnChange = CalendarChange end object TimeEdit: TUiDateTimePicker Left = 35 Top = 161 Width = 98 Height = 21 Kind = dtkTime TabOrder = 3 end end end inherited FilteredWarningGroupBox: TUiGroupBox Top = 440 end inherited BottomPanel: TUiPanel Top = 522 end end